Skip to content

Conversation

@rli
Copy link
Contributor

@rli rli commented Apr 16, 2025

License

I confirm that my contribution is made under the terms of the Apache 2.0 license.

@rli rli requested review from a team as code owners April 16, 2025 23:44
@github-actions
Copy link

github-actions bot commented Apr 17, 2025

Qodana Community for JVM

18 new problems were found

Inspection name Severity Problems
Unstable API Usage 🔶 Warning 10
Usage of redundant or deprecated syntax or deprecated symbols 🔶 Warning 7
Extension class should be final and non-public 🔶 Warning 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

object InlineCompletionRemoteRendererFactory {
fun createLineInlay(editor: Editor, text: String): EditorCustomElementRenderer =
InlineCompletionLineRenderer(editor, text, editor.colorsScheme.getAttributes(DebuggerColors.INLINED_VALUES_EXECUTION_LINE))
InlineCompletionLineRenderer(

Check warning

Code scanning / QDJVMC

Unstable API Usage Warning

'InlineCompletionLineRenderer(com.intellij.openapi.editor.Editor, java.lang.String, com.intellij.openapi.editor.markup.TextAttributes)' is declared in unstable 'com.intellij.codeInsight.inline.completion.render.InlineCompletionLineRenderer' marked with @ApiStatus.Internal
object InlineCompletionRemoteRendererFactory {
fun createLineInlay(editor: Editor, text: String): EditorCustomElementRenderer =
InlineCompletionLineRenderer(editor, text, editor.colorsScheme.getAttributes(DebuggerColors.INLINED_VALUES_EXECUTION_LINE))
InlineCompletionLineRenderer(

Check warning

Code scanning / QDJVMC

Unstable API Usage Warning

'com.intellij.codeInsight.inline.completion.render.InlineCompletionLineRenderer' is marked unstable with @ApiStatus.Internal
editor,
listOf(InlineCompletionRenderTextBlock(it, editor.colorsScheme.getAttributes(DebuggerColors.INLINED_VALUES_EXECUTION_LINE)))
listOf(
InlineCompletionRenderTextBlock(

Check warning

Code scanning / QDJVMC

Unstable API Usage Warning

'com.intellij.codeInsight.inline.completion.render.InlineCompletionRenderTextBlock' is marked unstable with @ApiStatus.Internal
editor,
listOf(InlineCompletionRenderTextBlock(it, editor.colorsScheme.getAttributes(DebuggerColors.INLINED_VALUES_EXECUTION_LINE)))
listOf(
InlineCompletionRenderTextBlock(

Check warning

Code scanning / QDJVMC

Unstable API Usage Warning

'InlineCompletionRenderTextBlock(java.lang.String, com.intellij.openapi.editor.markup.TextAttributes)' is declared in unstable 'com.intellij.codeInsight.inline.completion.render.InlineCompletionRenderTextBlock' marked with @ApiStatus.Internal
val start = System.currentTimeMillis()
val thinClientHandle = try {
startNewClient(lifetime, localLink, URLEncoder.encode(message("caws.workspace.backend.title"), Charsets.UTF_8)) {
LinkedClientManager.getInstance().startNewClient(

Check warning

Code scanning / QDJVMC

Unstable API Usage Warning

'com.jetbrains.gateway.thinClientLink.LinkedClientManager.Companion' is declared in unstable 'com.jetbrains.gateway.thinClientLink.LinkedClientManager' marked with @ApiStatus.Experimental
val start = System.currentTimeMillis()
val thinClientHandle = try {
startNewClient(lifetime, localLink, URLEncoder.encode(message("caws.workspace.backend.title"), Charsets.UTF_8)) {
LinkedClientManager.getInstance().startNewClient(

Check warning

Code scanning / QDJVMC

Unstable API Usage Warning

'getInstance()' is declared in unstable 'com.jetbrains.gateway.thinClientLink.LinkedClientManager' marked with @ApiStatus.Experimental
val start = System.currentTimeMillis()
val thinClientHandle = try {
startNewClient(lifetime, localLink, URLEncoder.encode(message("caws.workspace.backend.title"), Charsets.UTF_8)) {
LinkedClientManager.getInstance().startNewClient(

Check warning

Code scanning / QDJVMC

Unstable API Usage Warning

'startNewClient(com.jetbrains.rd.util.lifetime.Lifetime, java.net.URI, java.lang.String, kotlin.jvm.functions.Function0)' is declared in unstable 'com.jetbrains.gateway.thinClientLink.LinkedClientManager' marked with @ApiStatus.Experimental
@rli rli merged commit 9dad6c9 into main Apr 23, 2025
13 of 16 checks passed
@rli rli deleted the rli/drop-241 branch April 23, 2025 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants